setTransitioning

open fun setTransitioning(isTransitioning: Boolean)(source)

Set the action bar into a "transitioning" state. While transitioning the bar will block focus and touch from all of its descendants. This prevents the user from interacting with the bar while it is animating in or out.

Parameters

isTransitioning

true if the bar is currently transitioning, false otherwise.